'Declaration Public Overloads MustOverride Sub WriteDirectText( _ ByVal pages() As ImGearOCRPage, _ ByVal filePath As String _ )
'Usage Dim instance As ImGearOCR Dim pages() As ImGearOCRPage Dim filePath As String instance.WriteDirectText(pages, filePath)
public abstract void WriteDirectText( ImGearOCRPage[] pages, string filePath )
public: abstract void WriteDirectText( ImGearOCRPage*[]* pages, string* filePath )
public: abstract void WriteDirectText( array<ImGearOCRPage^>^ pages, String^ filePath )
Parameters
- pages
- Array of ImGearOCRPage objects with the valid recognition data to be saved.
- filePath
- A relative or absolute path for the file where the recognition data will be saved.